object FirefoxRunningForm: TFirefoxRunningForm Left = 355 Top = 256 BorderIcons = [] BorderStyle = bsDialog Caption = 'Firefox Extension Installation' ClientHeight = 273 ClientWidth = 639 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 64 Top = 24 Width = 512 Height = 20 Caption = 'One or more Firefox windows are currently open on your system.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 96 Top = 72 Width = 448 Height = 40 Caption = 'You may continue this install by closing all open Firefox window' + 's and pressing the "Continue Installation" button.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label3: TLabel Left = 96 Top = 136 Width = 448 Height = 60 Caption = 'Or press "Install Extension on Next Reboot", and the TextAloud F' + 'irefox extenstion will be installed the next time you reboot you' + 'r computer.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Button1: TButton Left = 24 Top = 232 Width = 177 Height = 25 Caption = 'Continue Installation' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 232 Width = 177 Height = 25 Caption = 'Install Extension on Next Reboot' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 440 Top = 232 Width = 177 Height = 25 Caption = 'Abort Extension Install' TabOrder = 2 OnClick = Button3Click end end